DomainObjects Class Library

TableExpressionQuery<ClassToFind>.FindObjectSet Method 

Retrieve the list of persistable objects of the given type that match the assigned criteria.

public List<ClassToFind> FindObjectSet();

Return Value

Returns the list of objects of the given type that match the assigned criteria. Returns an empty list if no objects are found.

See Also

TableExpressionQuery<ClassToFind> Class | DomainObjects.Facade.Command Namespace